/***********全局重置CSS*****************/
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{margin:0; }
p{ margin:0;}
ul,ol,li{padding-left:0;list-style-type:none;}
img{border:0;}/***消除img默认边框*****/
a{text-decoration:none;}/* 链接无下划线 */
a:hover{cursor:pointer;text-decoration:underline;} /*鼠标在链接上出下划线,为手势形态 */
table {border-collapse:collapse;}/*细线表格*/
em{font-style:normal;}
html{ overflow-y:scroll;font-size:16px;}/***默认让所有浏览器出现右边滚动条****/
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}
:focus{ outline: 0;}
/***默认清除浮动****/
body {font-family:"微软雅黑","sans-serif","Arial"; background:url(jrjbg20201013.jpg) top center no-repeat;}
/****************全局头尾*****************/

.header{ max-width:1600px; margin:2em auto; position:relative;}
.header .topLink{}
.header .topLink a{ height:1.5em; float:right; margin:0.5em 0.5em 0 0;}
.header .topLink a img{ height:100%;}
.header .topLink a:hover img{animation:shuid 1s linear infinite; }

@keyframes shuid {
    0%{transform:rotate(360deg) scale(1.05)}
    50%{transform:rotate(360deg) scale(0.96)}
    100%{transform:rotate(360deg) scale(1.05)}
}
.header .topLink a.sz{ margin:0; height:2.35em;}
.header .top_cont{ display:table; width:100%;}
.header .top_cont .logo{ width:28%; display:table-cell; vertical-align:middle;}
.header .top_cont .logo img{ width:100%;}
.header .top_cont .menu{ display:table-cell; width:49%;vertical-align:middle; text-align:right; font-size:1.25em; padding:0 0.5%}
.header .top_cont .menu ul li{ display:inline-block; padding:0 0.5%;}
.header .top_cont .menu ul li a{ padding:0.5em 0.5em; color:#fff;}
.header .top_cont .menu ul li a.hover,.header .top_cont .menu ul li a:hover{ font-weight:bold;  text-decoration:none; position:relative;}
.header .top_cont .menu ul li a:before{content:''; position:absolute; bottom:-3px; left:50%; width:0px;background:#fff; height:3px;}
.header .top_cont .menu ul li a:hover:before,.header .top_cont .menu ul li a.hover:before{ width:100%; left:0px;transition: all .5s; }


.header .top_cont .search{ width:22%; display:table-cell; vertical-align:middle; line-height:2.5;}
.header .top_cont .search label{ background:rgba(0,0,0,.2); display:flex;}
.header .top_cont .search label input,.header .top_cont .search label .btn{ font-size:1em; height:2.5em; line-height:2.5; border:none; background:none; float:left; width:78%;}
.header .top_cont .search label input{ color:#fff; opacity:0.5; text-indent:2em;}
.header .top_cont .search label .btn{ background:url(jrj20201013_31.png) center center no-repeat; background-size:auto 70%; width:20%; float:right;}
.header .top_cont .search a{ float:right; color:#fff; width:4em; padding:0 0 0 1.5em; background:url(jrj20201013_29.png) left center no-repeat; background-size:1em auto; margin:0 0 0 1.5em;}

.header .mobilenav{ background:url(jrj20201013_21.png) center center no-repeat; background-size:cover; width:1.5em; height:1.5em; position:absolute; top:50%; right:0px; margin-top:-1em; display:block; cursor:pointer;display:none;transition: all 0.4s;}
.header .mobilenav.show { background-image:url(jrj20201013_20.png); right:50%;  background-color:rgba(0,0,0,.8);  background-size: auto 60%; }

.nav{ width:50%; max-width:512px; display:none; top:0; right:-512px; height:100%;background-color:rgba(0,0,0,.8); position:fixed; z-index:999999;  }
.nav ul{ padding:20px 0 0 20px;}
.nav ul li{ border-bottom:1px solid #4b4f61;  line-height:3; font-size:1.5em;}
.nav ul li a{ color:#fff;}
.nav ul li a:hover{ text-decoration:none; color:#2388e7;}
.nav .search{ line-height:2.5;}
.nav .search label{ border:1px solid #fff; border-radius:5px; background:none; display:block; overflow:hidden; margin:1em;}
.nav .search  label input,.nav .search  label .btn{ font-size:1em; height:2.5em; line-height:2.5; border:none; background:none; float:left; width:78%;}
.nav .search  label input{ color:#fff; opacity:0.5; text-indent:2em;}
.nav .search  label .btn{ background:url(jrj20201013_31.png) center center no-repeat; background-size:auto 70%; width:20%; float:right;}

.bottomLinkBg{ background:rgba(255,255,255,.95); padding:1em 0;}
.bottomLink{ max-width:1600px; font-size:1.25em; line-height:3; border-bottom:1px solid #aeaeae; height:3em; margin:0 auto;}
.bottomLink .tit{ float:left; background:url(jrj20201013_79.png) left center no-repeat; background-size:auto 1.2em; color:#1761af; width:12%; text-indent:1.8em;}
.bottomLink .tabTitCon{ width:88%; float:right;}
.bottomLink .tabTitCon:after{content:"";clear:both;display:block;}
.bottomLink .tabTitCon span{ width:15%; text-align:center; float:left; cursor:pointer;}
.bottomLink .tabTitCon span.chang{ width:20%;}
.bottomLink .tabTitCon span em{ padding:0 1.2em 0 0.5em; display:inline-block;background:url(jrj20201013_84.png) right center no-repeat;background-size: auto 0.4em;}
.bottomLink .tabTitCon span.hover em{ color:#1761af; border-bottom:1px solid #1761af; background-image:url(jrj20201013_82.png);}
.bottomList{max-width:1600px; font-size:1.15em; line-height:2; margin:0 auto; padding:0.5em 0;}
.bottomList.show{ display:block;}
.bottomList a{ color:#333333; margin:0 3%;white-space: nowrap;}

.footerbg{ background:#252525; padding:1.5em 0;margin:0 auto; overflow:hidden;}
.footer{ max-width:1360px; margin:0 auto; padding:0 0 0 240px; line-height:2.5; overflow:hidden;color:#7d7d7d; position:relative;}
.footer .link{ width:50%;}
.footer .link a{ color:#fff; display:inline-block; padding:0 5px 0 0;}
.footer .link a + a:before{content:'l';  color:#fff; display: inline-block; margin:0 5px 0 0;}
.footer .BanquanCont{ width:49%; text-align:right; margin:0 0 0 1%;}
.footer .BanquanCont span{ background:url(jrj20201013_95.png) left center no-repeat; padding:0 0 0 1.5em; background-size:1em auto;}
.footer .footerPic{ width:220px; display:table; height:7.5em; position:absolute; left:0; top:50%; margin-top:-4em;}
.footer .footerPic span{ width:30%; display:table-cell; vertical-align:middle; padding:0 10% 0 0;}
.footer .footerPic span + span{ width:50%;}
.footer .footerPic span img{ width:100%;}

/****************全局通用*****************/
.AllLeftCon{ float:left;}
.AllRightCon{ float:right;}
.AllYdCon{ display:none;}
.AllPcCon{}
.ALLWidth{width:49%;}


.AllListCon ul li{ overflow:hidden; line-height:2.5; height:2.5em;}
.AllListCon ul li span{ float:right; color:#999; }
.AllListCon ul li a{ color:#333;}
.AllListCon ul li a:hover{ text-decoration:none; color:#1761af;}
/*.AllListCon ul li:before{content:'▪';  color:#4674e5; display: inline-block;margin-right: 10px;}*/


/****首页样式***/


.conter{ max-width:1600px; margin:0 auto 2em auto; overflow:hidden;}
.conterTop{ background:#fff;}
.indexPic{ width:49%; }
.device .swiper-container {position:relative;overflow:hidden;z-index:1; width:100%;}
.device .swiper-wrapper {position:relative;width:500%;}
.device .swiper-slide {float: left; position:relative; width:20%; height:100%; overflow:hidden; }
.device .swiper-slide img{ width:100%; display:block;}
.indexPic .swiper-slide img{ height:27.5em;}
.device .swiper-slide p{ position:absolute; bottom:0px; left:0px; line-height:3.5; height:3.5em; overflow:hidden;  color:#fff;  background:rgba(0,0,0,0.7); width:81%; overflow:hidden; z-index:9; text-indent:1em; padding:0 20% 0 0;  }
.device .swiper-button-next:after,.device  .swiper-button-prev:after{ display:none;}
.device .swiper-button-next,.device .swiper-button-prev{ background:rgba(0,0,0,.5)  url(jrj20201013_39.png) center center no-repeat ; background-size:auto 65%; height:6.5em; width:2.7em; left:0px; margin-top:-4.5em;}
.device .swiper-button-next{ background-image:url(jrj20201013_46.png); left:auto; right:0px;}

.device .swiper-pagination{ position: absolute; z-index:10; bottom: 1.4em; z-index:99; text-align:right; left:-10px; }
.device .swiper-pagination span{ background:#fff; border-radius:0.6em; height:0.6em; width:0.6em; display:inline-block; margin:0 0.2em; opacity:10;}
.device .swiper-pagination span.swiper-pagination-bullet-active{ background:#00b2ff;}

.newsRight{ width:48%; padding:0 1.5%;}

.newsRight .newListCont3{overflow: hidden; height:2em; font-size:1.15em; line-height:2; padding:0 0 0 40px; background:url(jrj20201013_42.png) left center no-repeat; background-size:30px auto; margin:1.2em 1em;}
.newsRight .swiper-slide{ overflow:hidden;}
.newsRight .swiper-slide a{color: #333; }
.newsRight .swiper-slide a:hover{color:#1761af; text-decoration:none;}

.conter .tabTit{ margin:0 0 0.5em 0; background:#eceeef; font-size:1.25em; color:#666; line-height:2.5;overflow:hidden;}
.conter .tabTit span{width:25%;float:left; text-align:center; cursor:pointer;}
.conter .tabTit span:after{content:''; float:right; width:1px; height:2.5em; background:#fff;}
.conter .tabTit span.hover{color:#fff; background:#1761af;}
.conter .tabTit span:last-child:after{ display:none;}


.tabCont{ display:none;}
.tabCont.show{ display:block;}
.newsRight ul li{ font-size:1.15em;}

.conterBtn ul{ width:102%;  line-height:1.25;}
.conterBtn ul li{ float:left; width:23%; background:#fff; border-radius:5px; margin:0 2% 0 0; padding:2em 0 0 0; height:8em;text-align:center;font-size:1.5em; position:relative; overflow:hidden; transition: all .8s;}
.conterBtn ul li a{ color:#333;}
.conterBtn ul li span{ display:block; height:4em; }
.conterBtn ul li span img{ height:100%;}
.conterBtn ul li a:hover{ text-decoration:none;}
.conterBtn ul li .listCont{ position:absolute; left:0px; top:0px; height:90%; width:80%; color:#fff;  opacity:0;transition: all .5s;background:#1761af; padding:5% 10%;transform: rotateY(180deg);}
.conterBtn ul li .listCont h5{ line-height:2; font-size:1em; margin:0 0 1em 0;}
.conterBtn ul li .listCont  a{ color:#fff; font-size:0.75em; float:left; width:50%; text-align:left;line-height:1.35; height:2.7em;}
.conterBtn ul li .listCont a:before{content:''; background:url(zwgk20201014_61.png) left center no-repeat; height:1.33em; background-size:auto 100%; width:2em; float:left; margin:0 0.5em 0 0;}
.conterBtn ul li .listCont a:nth-child(3):before{ background-image:url(zwgk20201014_62.png);}
.conterBtn ul li .listCont a:nth-child(4):before{ background-image:url(zwgk20201014_63.png);}
.conterBtn ul li .listCont a:nth-child(5):before{ background-image:url(zwgk20201014_64.png);}
.conterBtn ul li .listCont a:nth-child(6):before{ background-image:url(zwgk20201014_65.png);}
.conterBtn ul li:hover{transform: rotateY(180deg); background:#1761af;}
.conterBtn ul li:hover .listCont{ opacity:10;}
.conterBtn ul li .listCont a:hover:before{animation:tantiao 1s linear;}

.NewListLeft .newListCont,.NewListLeft .newListCont2{ background:#fff; border-radius:5px; overflow:hidden;line-height:3.5; height:3.5em; font-size:1.25em;}
.NewListLeft .NewTit{ background:#1761af; text-align:center; width:9em; color:#fff; float:left; margin:0 1em 0 0;}
.NewListLeft ul li{overflow:hidden;height:3.5em;}
.NewListLeft ul li a{ color:#333;  }
.NewListLeft ul li span{ color:#999; float:right;}
.NewListLeft .swiper-wrapper{ width:auto; margin:0 1em 0 0;}
.NewListLeft .newListCont2{ margin:1.3em 0 0 0;}

.BsfwCont{ background:#fff url(jrj20201013_70.png) right bottom no-repeat; background-size:auto 55%; border-radius:5px;  }
.BsfwCont ul{ font-size:1.15em; overflow:hidden;padding:1.5em 4.5em 0 4.5em;}
.BsfwCont ul li{ width:32.3%; margin:0 1% 0 0; float:left; line-height:1.25; height:2.5em; overflow:hidden;}
.BsfwCont ul li a{  display:block; color:#333; position:relative;padding:0 0 0 1.5em;}
.BsfwCont ul li a:before{content:'';  background:url(jrj20201013_66.png) center center no-repeat;background-size:auto 1em; height:1.2em; width:1.5em; position:absolute; left:0px; top:0px; transition: all .5s ;}
.BsfwCont ul li a:hover{ color:#1761af; text-decoration:none;}
.BsfwCont ul li a:hover:before{ transform:rotate(360deg);}

.EwmCont img{ width:100%; height:13.2em;}
.ZtzlCont{ background:#fff;  overflow:hidden;}
.ZtzlCont .tit{ font-size:1.25em; background:#1761af; line-height:2.5; color:#fff; padding:0 0 0 1em;}
.ZtzlCont img{ width:100%;}
.ZtzlCont .swiper-container{  overflow:initial;}
.ZtzlCont .swiper-slide{}
.ZtzlCont .swiper-slide a{ height:10em; display:flex;align-items:center; padding:0 3%;}
.ZtzlCont .swiper-pagination{ top:-1.8em; right:1em; left:auto; bottom:auto; width:auto; }
.ZtzlCont .swiper-pagination-bullet{opacity:10; background:#fff; width:0.7em; height:0.7em;}
.ZtzlCont .swiper-pagination-bullet-active{ background:#00b2ff;}


/*--政务服务--*/

.ZwfwLeft{ width:32%; background:#fff; height:24em;}
.ZwfwLeft .Pic img{ width:100%;}
.ZwfwLeft ol{ height:8.5em; font-size:1.15em; display:flex;align-items:center;justify-content:space-around; line-height:1.25}
.ZwfwLeft ol li{ width:50%; float:left;text-align:center;position:relative;}
.ZwfwLeft ol a{ color:#333; }
.ZwfwLeft ol li + li:before{content:''; background:#dedede; display: inline-block; width:1px; position:absolute; left:0px; top:0px; height:100%;}
.ZwfwLeft ol a span{ display:block; margin:0 0 0.5em 0; }
.ZwfwLeft ol a span img{ width:22%;}
.ZwfwLeft ol a:hover span{transform: rotateY(360deg); transition: all .5s;}
.ZwfwLeft ol a:hover{ text-decoration:none; color:#1761af;}

.ZwfwRight{ width:32%; background:#fff; height:44.8em; margin:0 0 0 2%;}
.ZwfwRight .Pic img{ width:100%;}
.ZwfwRight ul{ margin:2.5em 7%;}
.ZwfwRight ul li{ margin:0 0 1.3em 0;}
.ZwfwRight ul li h3{ background:url(zwfw20201014_12.jpg) left center no-repeat; background-size:0.4em auto; font-size:1em; color:#333; padding:0 0 0 1.5em; cursor:pointer;}
.ZwfwRight ul li .listCont{ line-height:1.8; margin:0 0 0 2em; display:none;}
.ZwfwRight ul li .listCont a{ color:#666;}
.ZwfwRight ul li.hover .listCont{ display:block;} 

.ZwfwJggsC{ width:32%; background:#fff; height:35em; margin:2em 0 0 0;}
.ZwfwJggsC .tit{ font-size:1.25em; line-height:2.25; color:#fff; background:#1761af; text-align:center; margin:7% 7% 0 7%;}
.ZwfwJggsC ul{ margin:0 7%;}
.ZwfwJggsC ul li{ border-bottom:1px solid #dedede; line-height:1.8; padding:1em 0;}
.ZwfwJggsC ul li a{ height:3.6em; overflow:hidden; color:#333;}
.ZwfwJggsC ul li em{ color:#1761af;}
.ZwfwJggsC ul li span{ color:#999; white-space:nowrap;}

.ZwfwZsbsC{ width:48%; background:#fff; height:14.2em; margin:2em 0 0 2%; overflow:hidden;}
.ZwfwZsbsC .tit{ margin:4% 4% 3% 4%; color:#1761af; font-size:1.25em;}
.ZwfwZsbsC .ewmCont{ float:left; width:28%; margin:0 0 0 4%; display:table;}
.ZwfwZsbsC .ewmCont h1{ display:table-cell; vertical-align:middle; width:46%;}
.ZwfwZsbsC .ewmCont h1 img{ width:100%; box-shadow:0px 0px 5px rgba(0,0,0,.4);}
.ZwfwZsbsC .ewmCont .text{ display:table-cell; vertical-align:middle; width:50%; color:#666; line-height:1.8; padding:0 0 0 4%;}
.ZwfwZsbsC .ewmCont .text b{ color:#000;}

.ZwfwRightBtn{ width:16%; margin:2em 0 0 0;}
.ZwfwRightBtn .btnCont{ background:#fff; line-height:1.5; font-size:1.15em; padding:0 0.5em 0 1.5em; }
.ZwfwRightBtn .btnCont a{ color:#333; height:5.5em; display:table-cell; vertical-align:middle;background:url(zwfw20201014_24.png) left center no-repeat; background-size:3em auto; padding:0 0 0 4em;}
.ZwfwRightBtn .btnCont.pt{margin:1.4em 0 0 0;}
.ZwfwRightBtn .btnCont.pt a{ background-image:url(zwfw20201014_22.png); }

/*--专题专栏--*/
.ZtzlConter{ background:#fff; padding:2% 2% 0 2% ;}
.ZtzlConter ul{ width:102%;}
.ZtzlConter ul li{ width:23%; margin:0 2% 2% 0; float:left;}
.ZtzlConter ul li img{ width:100%;}
.ZtzlConter ul li a:hover img{ transform:scale(1.05);transition: all .5s;}

/*--政务公开--*/
.ZwgkLeft{ background:#fff; height:20em;}
.ZwgkLeft .leftCont{ width:43%; margin:5% 2% 0 5%; overflow:hidden; }
.ZwgkLeft .leftCont ol{ width:102%; overflow:hidden;}
.ZwgkLeft .leftCont ol li{ float:left; width:48%; margin:0 2% 0 0;}
.ZwgkLeft .leftCont ol li a{ background:#1761af; line-height:2.5; font-size:1.15em; border-radius:5px; color:#fff; text-align:center; display:block;}
.ZwgkLeft .leftCont h3{ font-weight:normal; margin:2% 0 1em 0; background:#1761af; line-height:2.5; font-size:1.15em; border-radius:5px; color:#fff; text-align:center; position:relative;}
.ZwgkLeft .leftCont h3 em{ position:absolute; bottom:-0.5em; left:0px; height:0.5em; width:100%; text-align:center;}
.ZwgkLeft .leftCont h3 em img{ height:100%;}
.ZwgkLeft .leftCont ul{ overflow:hidden;}
.ZwgkLeft .leftCont ul li{ float:left; width:50%;}
.ZwgkLeft .leftCont ul li a{ color:#666; line-height:2; padding:0 0 0 10%;}

.ZwgkLeft .rightCont{ width:42.5%; margin:5% 5% 0 0; overflow:hidden; border-left:1px solid #e0e0e0;  padding:1% 0 0 2%;}
.ZwgkLeft .rightCont ul li{ line-height:1.25; padding:0.25em 0; float:left; width:63%;}
.ZwgkLeft .rightCont ul li:nth-child(2n){ width:37%;}
.ZwgkLeft .rightCont ul li a{ padding:0.15em 1em 0 1.5em; color:#333; background:url(zwgk20201014_38.png) left 0 no-repeat; background-size:auto 1.5em; display:block; height:2.5em;}
.ZwgkLeft .rightCont ul li:nth-child(2) a{ background-image:url(zwgk20201014_39.png);}
.ZwgkLeft .rightCont ul li:nth-child(3) a{ background-image:url(zwgk20201014_40.png);}
.ZwgkLeft .rightCont ul li:nth-child(4) a{ background-image:url(zwgk20201014_41.png);}
.ZwgkLeft .rightCont ul li:nth-child(5) a{ background-image:url(zwgk20201014_42.png);}
.ZwgkLeft .rightCont ul li:nth-child(6) a{ background-image:url(zwgk20201014_43.png);}
.ZwgkLeft .rightCont ul li:nth-child(7) a{ background-image:url(zwgk20201014_44.png);}
.ZwgkLeft .rightCont ul li:nth-child(8) a{ background-image:url(zwgk20201014_45.png);}
.ZwgkLeft .rightCont ul li:nth-child(9) a{ background-image:url(zwgk20201014_46.png);}

.ZwgkLeft .tabTit{ margin:5% 5% 1.5% 5%;}
.ZwgkLeft .tabTit span{ width:33.3%;}
.ZwgkLeft .tabCont{ margin:0 5%; font-size:1.15em;} 

.ZwgkConLeft{ width:25%;}
.ZwgkConLeft .GfxmjCont{ background:#fff;  height:19.3em;}
.ZwgkConLeft .GfxmjCont .tit{ font-size:1.25em; color:#1761af; padding:6% 10% 4% 10%;}
.ZwgkConLeft .GfxmjCont .HangC{ line-height:2.5; position:relative; padding:0 0 0 5em; margin:0 10% 0.7em 10%;}
.ZwgkConLeft .GfxmjCont .HangC span{ position:absolute; left:0px; top:0; width:5em; text-align:right; color:#333;}
.ZwgkConLeft .GfxmjCont .HangC input,.ZwgkConLeft .GfxmjCont .HangC select{ width:100%; background:#e8e8e8; border:none; font-size:1em; height:2.5em; line-height:2.5; text-indent:1em;}
.ZwgkConLeft .GfxmjCont .CxBtn a{background:#1761af; line-height:2.5; font-size:1.15em; border-radius:5px; color:#fff; text-align:center; display:block; width:60%; margin:1em auto 0 auto;}

.ZwgkConLeft .swiper-container{ margin:2em 0 0 0;}
.ZwgkConLeft .swiper-container img{ width:100%; height:11.7em;}
.ZwgkConLeft .swiper-pagination{ left:0; bottom:0; width:90%; background:rgba(0,0,0,.6); padding:0.7em 5%; text-align:right; }
.ZwgkConLeft .swiper-pagination-bullet{opacity:10; background:#fff; width:0.7em; height:0.7em; margin:0 0.5em 0 0;}
.ZwgkConLeft .swiper-pagination-bullet-active{ background:#1761af;}

.ZwgkConRight{ width:73%; background:#fff; height:33em;}
.ZwgkConRight .tabTit{ margin:3% 3% 0 3%;}
.ZwgkConRight .tabTit span{ width:33.3%;}

.ZwgkConRight  .Data_sheet{ overflow:hidden; margin:0.5% 3% ; padding:0 0 0 17em; position:relative;}
.ZwgkConRight  .Data_sheet .DStab_tit{ width:15em; display:inline;  float:left; margin-left:-16em;}
.ZwgkConRight  .Data_sheet .DStab_tit .swiper-wrapper{ display:block;} 
.ZwgkConRight  .Data_sheet .DStab_tit .swiper-slide{line-height:2.5;  font-size:1.15em;  color:#58524e; cursor:pointer; border-bottom:1px solid #dcdcdc; }
.ZwgkConRight  .Data_sheet .DStab_tit .swiper-slide em{ margin:0 0.5em 0 0; display:block;}
.ZwgkConRight  .Data_sheet .DStab_tit .swiper-slide.hover em{ color:#1761af; font-weight:bold; background:url(zwgk20201014_30.png) right center no-repeat; background-size:auto 0.8em;}
.ZwgkConRight  .Data_sheet .DStab_con{ display:none; }
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head{ line-height:2.5; margin:1em 0; overflow:hidden; }
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head span{ float:left; width:15%; text-align:right;  line-height:2.2;color:#333;}
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head em{ float:left; width:4%; text-align:center; color:#015293; line-height:2.2;}
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head select{ float:left; height:2.2em; width:10%; margin:0 0 0 1%; display:inline; border:1px solid #e0e0e0;  font-family:"微软雅黑"; color:#666; background:none;}
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head option{ color:#666;}
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_head .btn{ background:#1761af; height:2.2em; line-height:2; width:8%; text-align:center; color:#fff;  border:none; float:left; display:inline; margin:0 0 0 1%; border-radius:5px;}
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_cont{ text-align:center; }
.ZwgkConRight  .Data_sheet .DStab_con .DStab_con_cont img{ max-width:100%; max-height:22em;}

.ZwgkBottom{ clear:both;}
.ZwgkBottom ul{ width:101.5%; overflow:hidden;}
.ZwgkBottom li{ width:15.6%; float:left; margin:0 1% 0 0; background:#fff; line-height:1.5; font-size:1.15em; }
.ZwgkBottom li a{ color:#333; height:5em; background-size:3em auto; padding:0 12%; display:table; width:76%;}
.ZwgkBottom li a:before{content:''; width:4em; height:3em; margin-right: 10px; background:url(zwgk20201014_47.png) left center no-repeat; background-size:auto 3em;display:table-cell; vertical-align:middle;}
.ZwgkBottom li a span{display:table-cell; vertical-align:middle;}
.ZwgkBottom li:nth-child(2) a:before{ background-image:url(zwgk20201014_48.png);}
.ZwgkBottom li:nth-child(3) a:before{ background-image:url(zwgk20201014_49.png);}
.ZwgkBottom li:nth-child(4) a:before{ background-image:url(zwgk20201014_50.png);}
.ZwgkBottom li:nth-child(5) a:before{ background-image:url(zwgk20201014_51.png);}
.ZwgkBottom li:nth-child(6) a:before{ background-image:url(zwgk20201014_52.png);}
.ZwgkBottom li a:hover{ text-decoration:none; color:#1761af;}
.ZwgkBottom li a:hover:before{transform: rotateY(360deg); transition: all .5s;}


/*--重大决策--*/
.WgkCenter .tabTit{ line-height:3.25;}
.WgkCenter .tabTit span{ display:flex;text-align:center; justify-content:center;align-items:center;}
.WgkCenter .tabTit span:before{content:'';width:2em; height:2em; margin-right: 10px;  background:url(zdjc220201015.png) center center no-repeat; background-size:auto 70%; display:inline-block; }
.WgkCenter .tabTit span:nth-child(3):before{ background-image:url(zdjc220201015-03.png);}
.WgkCenter .tabTit span:nth-child(4):before{ background-image:url(zdjc220201015-02.png);}
.WgkCenter .tabTit span.hover:before{ border-color:#2b76cc; background-image:url(zdjc20201015.png);}
.WgkCenter .tabTit span.hover:nth-child(3):before{ background-image:url(zdjc20201015-03.png);}
.WgkCenter .tabTit span.hover:nth-child(4):before{ background-image:url(zdjc20201015-02.png);}
.WgkCenter .tabCont ul li:before{content:''; width:0.7em; height:0.7em; border:0.2em solid #2b76cc; border-radius:100%; float:left; margin:0.9em;}
.WgkCenter .tabCont ul li:hover:before{animation:tantiao 1s linear;}

@keyframes tantiao {
    0%{transform:translateY(-3px)}
	20%{transform:translateY(0px)}
    40%{transform:translateY(-2px)}
    60%{transform:translateY(0px)}
    80%{transform:translateY(-1px)}
    100%{transform:translateY(0px)}
}

@keyframes feiji {
    0%{left:0;}
    50%{left:100%;}
    100%{left:0;}
}

/*--五公开--*/
.WgkCenter{ background:#fff;padding:2% 2% 0 2% ;}
.DhTit{ background:url(wgktit20201015_03.png) left center no-repeat; background-size: 1em auto; padding:0 0 0 1.5em; color:#666; margin:0 1em 1em 1em;}
.DhTit a{ color:#666; padding:0 5px;}
.WgkCenter .tabTitWgk{ background:none; width:101%; line-height:1; }
.WgkCenter .tabTitWgk span{ width:19%; margin:0 1% 0 0; border-radius:5px; background:#f1f1f1; padding:1em 0; display:block;}
.WgkCenter .tabTitWgk span:before{content:''; width:3.8em; height:3.8em; border:2px solid #8eb3de; border-radius:100%; margin:0 auto 0.5em auto; background:url(zwgk20201014_54.png) center center no-repeat; background-size:auto 70%;display:block; }
.WgkCenter .tabTitWgk span:nth-child(2):before{ background-image:url(zwgk20201014_57.png);}
.WgkCenter .tabTitWgk span:nth-child(3):before{ background-image:url(zwgk20201014_55.png);}
.WgkCenter .tabTitWgk span:nth-child(4):before{ background-image:url(zwgk20201014_56.png);}
.WgkCenter .tabTitWgk span:nth-child(5):before{ background-image:url(zwgk20201014_53.png);}
.WgkCenter .tabTitWgk span.hover{ background:#2b76cc; color:#fff;}
.WgkCenter .tabTitWgk span.hover:before{ border-color:#95bbe6; background-image:url(zwgk20201014_541.png);}
.WgkCenter .tabTitWgk span.hover:nth-child(2):before{ background-image:url(zwgk20201014_571.png);}
.WgkCenter .tabTitWgk span.hover:nth-child(3):before{ background-image:url(zwgk20201014_551.png);}
.WgkCenter .tabTitWgk span.hover:nth-child(4):before{ background-image:url(zwgk20201014_561.png);}
.WgkCenter .tabTitWgk span.hover:nth-child(5):before{ background-image:url(zwgk20201014_531.png);}

.WgkCenter .tabTit span:after{ display:none;}
.WgkCenter .tabContWgk{ overflow:hidden; padding:1em 0 0 7em;}
.WgkCenter .tabContWgk ol{  float:left; margin-left:-7em;}
.WgkCenter .tabContWgk ol li{ margin:0 0 1em 0; height:auto;font-size:1.15em;}
.WgkCenter .tabContWgk ol li a{ height:4.8em; width:4.8em; border:2px solid #a5bad0; color:#2b76cc; background:#f8f8f8; border-radius:100%; display:flex; text-align:center; justify-content:center;align-items:center; line-height:1.5;}
.WgkCenter .tabContWgk ol li a:hover{ text-decoration:none; color:#fff; background:#2b76cc; border-color:#2b76cc;}
.WgkCenter ul li{ line-height:3; height:3em;}
.WgkCenter .tabContWgk ul li:before{ display:none;}

.page{  line-height:1.8; color:#333; text-align:center; clear:both; padding:2em 0;}
.page a{  padding:0 1em; display:inline-block; margin:0 5px; color:#333; border:1px solid #dedede;}
.page a:hover{ text-decoration:none; border-color:#fff; color:#ff0000;}
.more{ display:none;}
.more a{ display:block; text-align:center; background:#f1f1f1; font-size:1.25em; color:#2b76cc; line-height:2; height:2em; margin:1em 0 ; border-radius:5px;}

/*--互动交流--*/
.HdjlLeft{ background:#fff; height:24.5em;}
.HdjlLeft .tit{ color:#1761af; font-size:1.25em; margin:4% 4% 2% 4%;}
.HdjlLeft .swiper-container h1{ float:left; width:40%; margin:0 0.5em 0 0;}
.HdjlLeft .swiper-container h1 img{ width:100%;}
.HdjlLeft .swiper-container h3{ font-size:1em; color:#333;line-height:2; height:4em; overflow:hidden; margin:0 0 0.5em 0;}
.HdjlLeft .swiper-container p{ line-height:2; color:#666;}
.HdjlLeft .swiper-container p span{ font-weight:bold; color:#333;}
.HdjlLeft .swiper-container p a{ color:#c40000;}
.HdjlLeft .swiper-container{ margin:0 4%; padding:0 0 2.5em 0;}
.HdjlLeft .swiper-button-prev{ bottom:0; left:50%; margin-left:-6em; top:auto; height:1.75em; width:1em; background:url(hdjl20201016_07.png) left center no-repeat; background-size:auto 100%;}
.HdjlLeft  .swiper-button-next{bottom:0; right:50%;  margin-right:-6em; background:url(hdjl20201016_09.png) left center no-repeat;background-size:auto 100%;top:auto; height:1.75em; width:1em;}
.HdjlLeft .swiper-button-next:after,.HdjlLeft  .swiper-button-prev:after{ display:none;}
.HdjlLeft .swiper-container-horizontal>.swiper-pagination-bullets{ bottom:0.37em;}
.HdjlLeft .swiper-pagination-bullet{ height:1em; width:1em; opacity:10; background:#e0e0e0; margin:0 0.5em;}
.HdjlLeft .swiper-pagination-bullet-active{ background:#0b4488;}


.HdjlLeft ol,.HdjlLeft ul{ width:92%; display:table; margin:0 4%;}
.HdjlLeft ol{ background:#d4e5ff; color:#333;}
.HdjlLeft ul{ border-bottom:1px solid #efefef; color:#666;}

.HdjlLeft li{ display:table-cell; vertical-align:middle; line-height:3; text-align:center; width:23%; padding:0 0.5%;}
.HdjlLeft li.wd2{ width:51%;}
.HdjlLeft li p{ text-align:left; height:3em; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.HdjlLeft li p a{ color:#666;}
.HdjlLeft li span{ color:#cd0000;}

.HdjlBottomLeft{ background:#fff; width:72%; height:34em;}
.HdjlBottomLeft .LyPic{ width:55%; margin:3% 0 0 3%}
.HdjlBottomLeft .LyPic .topCont{ background:url(hdjl20201016_17.jpg) top center no-repeat; height:14em; background-size:100% 100%; }
.HdjlBottomLeft .LyPic .topCont h1{ padding:1em 0 0.3em 2em;}
.HdjlBottomLeft .LyPic .topCont p{ color:#fff; line-height:2; padding:0 0 0 4.5em;}
.HdjlBottomLeft .LyPic .topCont h6{ text-align:center; font-size:1.15em; margin:1em 0 0 0;} 
.HdjlBottomLeft .LyPic .topCont h6 a{ display:inline-block; line-height:2; color:#fff; background:#33c9ef; padding:0 2em; border-radius:1.2em; font-weight:normal;}
.HdjlBottomLeft .LyPic .bottomCont{ background:#eef7f9; margin:1px 0 0 0; padding:3%; overflow:hidden;}
.HdjlBottomLeft .LyPic .bottomCont .tjCont{ width:36%; border-right:1px solid #d6dee0; padding:0 3% 0 0;}
.HdjlBottomLeft .LyPic .bottomCont .tabTit{ display:flex;align-items:center;justify-content:space-between; background:none; line-height:1.5;}
.HdjlBottomLeft .LyPic .bottomCont .tabTit span{ float:none; width:auto; padding:0 0.2em; color:#333;}
.HdjlBottomLeft .LyPic .bottomCont .tabTit span.hover{ border-bottom:3px solid #333; background:none;}
.HdjlBottomLeft .LyPic .bottomCont .tabTit span:after{ display:none;}
.HdjlBottomLeft .LyPic .bottomCont .tabCont{ line-height:2; color:#666;}
.HdjlBottomLeft .LyPic .bottomCont .tabCont p em{ float:right;}

.HdjlBottomLeft .LyPic .bottomCont .fxCont{ width:57%; padding:0 0 0 3%;}
.HdjlBottomLeft .LyPic .bottomCont .fxCont .tit a{ float:right; border:1px solid #e8e8e8; color:#b70000; background:url(hdjl20201016_40.png) 1em center no-repeat; background-size:1em auto; padding:0 1em 0 2.5em; font-size:0.8em; line-height:1.5; border-radius:0.8em;}
.HdjlBottomLeft .LyPic .bottomCont .fxCont .Pic img{ width:100%; max-height:9em;}

.HdjlBottomLeft .LyCont{ width:37%;  margin:3% 3% 0 2%;}
.HdjlBottomLeft .tit{ font-size:1.25em; color:#1761af; margin:0 0 1em 0;}
.HdjlBottomLeft .LyContList{ padding:1em;}
.HdjlBottomLeft .LyContList:nth-child(even){ background:#fafafa;}
.HdjlBottomLeft .LyContList h3{ font-weight:normal; color:#333; line-height:2;}
.HdjlBottomLeft .LyContList h3 a{color:#333;}
.HdjlBottomLeft .LyContList p{ color:#999; overflow:hidden; margin:0.5em 0 0 0;}
.HdjlBottomLeft .LyContList p span{ float:left;}
.HdjlBottomLeft .LyContList p em{ float:right;}


.HdjlBottomRight{ background:#fff; width:26%; height:34em;}
.HdjlBottomRight ul,.HdjlBottomRight ol{ margin:5%; overflow:hidden;}
.HdjlBottomRight li{ width:46%; margin:2%; float:left;}
.HdjlBottomRight ul li a{ display:block; background:#efefef; text-align:center; color:#333; height:6em; line-height:1.5; padding:1em 0 0 0;}
.HdjlBottomRight ul li span{ display:block; text-align:center;}
.HdjlBottomRight ul li img{ width:30%;}
.HdjlBottomRight ul li a:hover img{transform: rotateY(360deg); transition: all .5s;}
.HdjlBottomRight li a:hover{ text-decoration:none; color:#1761af;}
.HdjlBottomRight ol li{ margin:0 2%;}
.HdjlBottomRight ol li a{ display:block; line-height:2.5; color:#333; text-align:center;}
.HdjlBottomRight ol li a:before{content:'1'; width:2.4em; height:2.4em; border:1px solid #256db1; border-radius:100%; margin:0 10px 0 0 ; display:inline-block; background:url(hdjl20201016_22.png) center center no-repeat; background-size:auto 60%; text-indent:-9999px;}
.HdjlBottomRight ol li:nth-child(2) a:before{ background-image:url(hdjl20201016_23.png);}
.HdjlBottomRight ol li a:hover:before{ transform:rotate(360deg); transition: all .5s;}
.HdjlBottomRight .ewmCont{ margin:0 4%; overflow:hidden;}
.HdjlBottomRight .ewmCont .leftCont{ float:left; width:46%; margin:1% 2%; color:#333; line-height:1em; line-height:1.5; text-align:center;}
.HdjlBottomRight .ewmCont .leftCont h1{ margin:0 0 0.5em 0;}
.HdjlBottomRight .ewmCont .leftCont h1 img{ width:60%; box-shadow:0px 0px 5px rgba(0,0,0,.2);}

.conter  .xx_con{ margin:2em 0;}
.conter  .xx_con h1{ font-size:24px; color:#585858;  text-align:center; line-height:1.2;  overflow:hidden; margin:1em 0; }
.conter  .xx_con h6{ color:#585858; padding:0 0 25px 0px;  text-align:center; font-weight:normal; margin:0 0 20px 0; background:url(jkfzyd20200426_24.jpg) bottom center repeat-x; line-height:2;}
.conter  .xx_con h6 span{ padding:0 2em 0 0;}
.conter  .news_cont_d_wrap{}
.conter  .xx_con p{ line-height:2; color:#585858;    margin:0 0 2em 0;}
.conter  .xx_con p img{ max-width:100%;}

.conter  .fenx_con{ clear:both; margin:0 3%;}

.conter  .fenx_con a:hover{ color:#003d93;}
.conter  .fenx_con .fjdown p{ line-height:2; height:2em;}
.conter  .fenx_con .fjdown p a{ color:#bd1a2d;}
.conter  .fenx_con .cont{ overflow:hidden; }
.conter  .fenx_left{ float:left; width:55%;  padding:10px 0 0 0;}
.conter  .fenx_con .daying{ float:right; width:45%; font-size:14px; line-height:40px; height:40px; text-align:right;}
.conter  .fenx_con .daying a{ color:#444444; }

/*--概览--*/


.sjlist_con{ padding:0 0 0 255px;  margin:0 auto 1em auto; overflow:hidden; position:relative; }
.sjlist_con .left_menu{ float:left; width:235px; position:relative; margin-left:-255px;  }
.sjlist_con #zm_ml_xsdw_left div{ margin:0.5em 0 0 0;}
.sjlist_con .left_menu h4{ border:1px solid #86a2c5; color:#0e468c;  height:auto; line-height:2.5; cursor:pointer; font-weight:normal; text-align:center; font-size:1.25em;}
.sjlist_con .left_menu ul{ display:none; padding:0.5em 0;}
.sjlist_con .left_menu ul li{ height:auto; line-height:2.5; text-align:center; border-bottom:1px solid #d6dfe9;}
.sjlist_con .left_menu ul li a{ color:#666666;}
.sjlist_con .left_menu ul li a:hover,.sjlist_con .left_menu ul li a.hover{ color:#08479a; text-decoration:none;}
.sjlist_con .left_menu .bfhover ul{ display:block; }
.sjlist_con .left_menu .bfhover h4{ background:#08479a; color:#fff; border-color:#08479a;}
.DhTit{ position:relative;}
.DhTit .mobilenav2{ width:35px; height:30px; position:absolute; right:0px; top:50%; margin-top:-15px; display:block; cursor:pointer;z-index:9999;background:url(listclose20180801_04.png) center center no-repeat;}
.DhTit .mobilenav2.show{ display:block; background-image:url(listclose20180801_03.png);}